home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
moneystrip.swf
/
scripts
/
frame_12
/
PlaceObject2_44_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2005-12-23
|
228b
|
16 lines
onClipEvent(enterFrame){
if(_root._xmouse < 88)
{
temp_x = 88;
}
else if(_root._xmouse > 364)
{
temp_x = 364;
}
else
{
temp_x = _root._xmouse;
}
this._x = temp_x;
}